forked from cortexproject/cortex
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retry tests 100 #4
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create ValidateMetrics The validation package is exporting Prometheus counters that are using the default Prometheus registry. This is problematic when unit tests are running tests in parallel because the distributors and ingesters will use the exported counters in their tests. Signed-off-by: Charlie Le <[email protected]> * Address linting errors Signed-off-by: Charlie Le <[email protected]> * Ignore AlreadyRegisterErr when registering ValidateMetrics These metrics could be registered by the distributor and the ingester in single binary mode. Signed-off-by: Charlie Le <[email protected]> * Set registry when creating ingesters Signed-off-by: Charlie Le <[email protected]> --------- Signed-off-by: Charlie Le <[email protected]>
The tests rely on the CPU's wall clock which can be unreliable if there is CPU starvation. If we give the tests enough time to run, they are more much more reliable and resilient to CPU starvation. Signed-off-by: Charlie Le <[email protected]>
* Genetic per labelset limit Signed-off-by: alanprot <[email protected]> * Error if duplicate labelset Signed-off-by: alanprot <[email protected]> * Test limiter Signed-off-by: alanprot <[email protected]> * Changelog + doc Signed-off-by: alanprot <[email protected]> * lint Signed-off-by: alanprot <[email protected]> * avoid calling labelset.String() multiples times Signed-off-by: alanprot <[email protected]> --------- Signed-off-by: alanprot <[email protected]>
* s3: no need to retry and wait when last error is context cancel or deadline exceeded Signed-off-by: Ben Ye <[email protected]> * add tests Signed-off-by: Ben Ye <[email protected]> * lint Signed-off-by: Ben Ye <[email protected]> --------- Signed-off-by: Ben Ye <[email protected]>
) Signed-off-by: Ben Ye <[email protected]>
…t#6007) * Using backfillProcessor to store items on cache Signed-off-by: alanprot <[email protected]> * using thanos CacheType strings Signed-off-by: alanprot <[email protected]> * rafactor backfillDroppeItems metrics Signed-off-by: alanprot <[email protected]> * Creating new cortex_store_multilevel_index_cache_store_dropped_items_total metric Signed-off-by: alanprot <[email protected]> --------- Signed-off-by: alanprot <[email protected]>
* support ingesting native histograms Signed-off-by: Ben Ye <[email protected]> * fix lint Signed-off-by: Ben Ye <[email protected]> * update doc to mark experimental feature Signed-off-by: Ben Ye <[email protected]> * update changelog and doc Signed-off-by: Ben Ye <[email protected]> * update test Signed-off-by: Ben Ye <[email protected]> * fix test Signed-off-by: Ben Ye <[email protected]> * address comment; handle histogram partial append errors Signed-off-by: Ben Ye <[email protected]> --------- Signed-off-by: Ben Ye <[email protected]>
…#6004) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.16 to 1.53.20. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.53.16...v1.53.20) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ben Ye <[email protected]>
* Upgrade thanos Signed-off-by: Justin Jung <[email protected]> * Fix build Signed-off-by: Justin Jung <[email protected]> --------- Signed-off-by: Justin Jung <[email protected]>
…exproject#6024) Bumps [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) from 1.12.1 to 1.12.2. - [Commits](VictoriaMetrics/fastcache@v1.12.1...v1.12.2) --- updated-dependencies: - dependency-name: github.com/VictoriaMetrics/fastcache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update prometheus and thanos version to latest main Signed-off-by: Ben Ye <[email protected]> * lint Signed-off-by: Ben Ye <[email protected]> * unpin prometheus common Signed-off-by: Ben Ye <[email protected]> --------- Signed-off-by: Ben Ye <[email protected]>
…t#6023) Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.70 to 7.0.71. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.70...v7.0.71) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…6009) Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/internal/v1.5.2...sdk/azcore/v1.6.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Build image in github actions Signed-off-by: Friedrich Gonzalez <[email protected]> * Bug fixes Signed-off-by: Friedrich Gonzalez <[email protected]> * Target master Signed-off-by: Friedrich Gonzalez <[email protected]> * Fix save-multiarch-build-image Signed-off-by: Friedrich Gonzalez <[email protected]> * Include QEMU and buildx action Signed-off-by: Friedrich Gonzalez <[email protected]> * Let's simplify and tests first Signed-off-by: Friedrich Gonzalez <[email protected]> * test push Signed-off-by: Friedrich Gonzalez <[email protected]> * Push intermediate images Signed-off-by: Friedrich Gonzalez <[email protected]> * Re-enable full build, update docs and make sure push is only possible from master Signed-off-by: Friedrich Gonzalez <[email protected]> * Fetch tags and use Makefile in build-image Signed-off-by: Friedrich Gonzalez <[email protected]> --------- Signed-off-by: Friedrich Gonzalez <[email protected]>
v2 is deprecated and will not work after June 30 Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Charlie Le <[email protected]>
CharlieTLe
force-pushed
the
retry-tests-100
branch
from
June 19, 2024 18:44
ba4e81b
to
2ee69fe
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]